-
We are running a PyPI mirror with bandersnatch and have recently enabled a number of filters.
One goal of our filtering is to reduce the mirror size. However, after enabling the filters,
no packages…
-
![image](https://user-images.githubusercontent.com/47405525/105036169-168f8c80-5a97-11eb-813b-0314f6d37ee0.png)
![image](https://user-images.githubusercontent.com/47405525/105036208-260ed580-5a97…
-
Could you create a PyPI release of bandersnatch-plugins/bandersnatch-filters?
-
I think this has been reported in different forms over time (and IIRC I was involved in reporting this). However, I've revisited with the latest codebase and I'm still seeing cases where a timeout wil…
-
Hi team.
Let me first say that this package is awesome. Simple, customisable, strongly typed... ❤️ This is nothing short of amazing.
I found a minor issue with it though: when an REPL is execute…
-
**Describe the bug**
Black fails to parse a valid python3.6 file due to a type-hint comment. The produced error is:
~~~~~~
(pp) paul@amd6300fx:/tmp/pp$ black --target-version py36 test.py
er…
-
```
2020-08-10 00:12:50,875 INFO: Selected storage backend: filesystem
ERROR:root:Unable to load entry point swift_plugin = bandersnatch_storage_plugins.swift:SwiftStorage: No module named 'keystone…
-
Because PyPI enforces PEP 566, a project name can be "Hello-World", "hello_world", and "hELLo-WORLD" at different points in time.
This can cause bandersnatch to end up with multiple JSON files all …
-
as title
### Reproduction Steps
1. deploy stack with latest amz linux2
### Error Log
```
building 'multidict._multidict' extension
creating build/temp.linux-x86_64-3.7
…
-
**Describe the bug** A clear and concise description of what the bug is.
```python
class Foo:
"""foo
"""
```
Is being reformatted to:
```python
class Foo:
"""foo"""
```
This…