-
Notifications
You must be signed in to change notification settings - Fork 67
Putting clients in package indices #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Engineering
Used to filter issues when synching with Asana
Comments
That's a great idea. I don't have the time to work on this immediately, but I'll definitely leave this issue up until I can get to it. |
Looks like the github regex misfired. |
Thanks for letting me know! Reopening. I'll have to be more careful with my commit messages haha... |
undefx
added a commit
that referenced
this issue
Oct 5, 2018
This is one step toward resolving #2. The package can be installed with pip like: `pip install delphi-epidata` Note: the file `delphi_epidata.py` is missing from the package dir. This is simply to avoid (1) duplicating code within the repo while (2) not messing up the code structure since other projects expect to find `delphi_epidata.py` in a particular location. To build a new release of the package, first copy `delphi_epidata.py` into the package, then follow the instructions at https://packaging.python.org/tutorials/packaging-projects/
undefx
pushed a commit
that referenced
this issue
Apr 9, 2020
Merge pull request #33 from dfarrow0/master
krivard
pushed a commit
that referenced
this issue
Jan 7, 2021
krivard
pushed a commit
that referenced
this issue
Mar 23, 2023
Fixed _is_public_route method. Added URL_PREFIX to list of routes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was wondering if its possible to put the client code as packages on corresponding language repositories (pypi. npm and cran). That would make using/setting them easier than the current method where users need to pull in updates to code manully.
The text was updated successfully, but these errors were encountered: