File tree Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Expand file tree Collapse file tree 1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change 18
18
- [ Options] ( #options )
19
19
- [ Examples] ( #examples )
20
20
- [ Performance] ( #performance )
21
- - [ Development] ( #development )
22
- - [ Contributing] ( #contributing )
23
- - [ Compatibility] ( #compatibility )
24
- - [ Changelog] ( #changelog )
25
21
- [ License] ( #license )
26
22
27
23
---
@@ -314,46 +310,11 @@ db-diff one.csv two.csv --key=Id --verbose
314
310
315
311
---
316
312
317
- ## Development
318
-
319
- Clone the repository:
320
-
321
- ``` sh
322
- git clone https://github.com/datsom1/db-diff.git
323
- cd db-diff
324
- ```
325
-
326
- Install development dependencies:
327
-
328
- ``` sh
329
- pip install -e " .[dev]"
330
- ```
331
-
332
- Run tests:
333
-
334
- ``` sh
335
- pytest
336
- ```
337
-
338
- ## Contributing
339
-
340
- Contributions are welcome! Please feel free to submit a Pull Request.
341
-
342
- ## Compatibility
343
-
344
- - Python 3.6+
345
- - Works on Windows, macOS, and Linux
346
- - Handles various file encodings (UTF-8, UTF-16, Latin1, etc.)
347
-
348
- ## Changelog
349
-
350
- For a detailed list of changes for each version, please see the [ CHANGELOG] ( https://github.com/datsom1/db-diff/releases ) .
351
-
352
313
## License
353
314
354
315
This project is licensed under the [ Apache License 2.0] ( LICENSE ) .
355
316
356
317
---
357
318
358
319
** Author:** Thomas Coyle
359
- ** Repository:** https://github.com/datsom1/db-diff
320
+ ** Repository:** https://github.com/datsom1/db-diff
You can’t perform that action at this time.
0 commit comments