ArmindoFlores / ao3_api

An unofficial archiveofourown.org (AO3) API for python
MIT License
166 stars 64 forks source link

Namespace conflict with `ao3` library #75

Open arthur-st opened 2 years ago

arthur-st commented 2 years ago

https://pypi.org/project/ao3/

This one also installs an ao3 (lowercase) package, and the way Python handles these things is that installing the two at the same time will result in a single ao3 (lowercase) package in site-packages directory, with broken namespacing and cryptic errors. I don't think anyone is using that library, unless they're sleepy like me when setting up the environment, but just FYI.