delete more comments for spec
This commit is contained in:
parent
20fdc60c4f
commit
ce2219f37b
@ -8,11 +8,7 @@ URL: https://github.com/fastavro/fastavro
|
|||||||
Source0: https://files.pythonhosted.org/packages/37/db/1cfae958348f817953660bec6c31b5ccb4dd6128c5c503a45011fc0917a7/fastavro-1.4.5.tar.gz
|
Source0: https://files.pythonhosted.org/packages/37/db/1cfae958348f817953660bec6c31b5ccb4dd6128c5c503a45011fc0917a7/fastavro-1.4.5.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
# Installing
|
Fast Avro for Python
|
||||||
`fastavro` is available both on [PyPi](http://pypi.python.org/pypi)
|
|
||||||
pip install fastavro
|
|
||||||
and on [conda-forge](https://conda-forge.github.io) `conda` channel.
|
|
||||||
conda install -c conda-forge fastavro
|
|
||||||
|
|
||||||
%package -n python3-fastavro
|
%package -n python3-fastavro
|
||||||
Summary: Fast read/write of AVRO files
|
Summary: Fast read/write of AVRO files
|
||||||
@ -23,7 +19,6 @@ BuildRequires: python3-cffi
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gdb
|
BuildRequires: gdb
|
||||||
%description -n python3-fastavro
|
%description -n python3-fastavro
|
||||||
# fastavro
|
|
||||||
The `fastavro` library was written to offer performance comparable to the Java
|
The `fastavro` library was written to offer performance comparable to the Java
|
||||||
library. With regular CPython, `fastavro` uses C extensions which allow it to
|
library. With regular CPython, `fastavro` uses C extensions which allow it to
|
||||||
iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to 1.5
|
iterate the same 10,000 record file in 1.7 seconds. With PyPy, this drops to 1.5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user