archivesunleashed / auk-notebooks

Jupyter notebooks to assist in creating additional analysis and visualizations of Archives Unleashed Cloud derivatives.
https://cloud.archivesunleashed.org
Other
11 stars 5 forks source link

Setup repository to add aunb to PyPi #50

Closed greebie closed 5 years ago

greebie commented 5 years ago

I have a working aunb module tested and installed in TestPyPi. You can try it with:

python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps aunb

The current module is the same as produced in #49. In order to have the PyPi version continue to match github releases, the module would require a new repository. I can create my own, but I think it should belong in archivesunleashed.

ruebot commented 5 years ago

I'll take care of this after we merge #49. I want make sure we grab the git history on the file, and setup the basics.

greebie commented 5 years ago

Okay I'll send you a Dropbox link with the work I did. There are some weird things with the setup.py classifier for Apache 2.

ruebot commented 5 years ago

No. That won't have the git history. Just do a pull request once the new repo is setup.